ALIM Web Implementation Guide

The applicationSettings Element

The applicationSettings elements contains the following elements in the web.config configuration file:

  • eB.PlugIn.Core.Properties.Settings
  • eB.PlugIn.DocumentManager.Properties.Settings

<eB.PlugIn.Core.Properties.Settings>

This element controls settings pertaining to file uploads, which are handled through the core plug-in.

    <eB.PlugIn.Core.Properties.Settings>
      <setting name="UploadWorkingFolder" serializeAs="String">
        <value />
      </setting>
      <setting name="LogMessagesToFolder" serializeAs="String">
        <value />
      </setting>
      <setting name="CreateLogFile" serializeAs="String">
        <value />
      </setting>
    </eB.PlugIn.Core.Properties.Settings>
Setting Value Description
UploadWorkingFolder A folder path The path that the web application uses for storing files as they are uploaded to the server. By default this is the system's temporary path.
LogMessagesToFolder A folder path If CreateLogFile is set to true, the application logs file transfer messages to this folder.
CreateLogFile true or false If set to true, file upload transfers are logged to the folder specified in LogMessagesToFolder.